.header_menu_background {
    min-height: auto;
    max-height: 80px;
    height: 100vw;
    /* background-image: url(/bp-menu.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover; */
    align-items: center;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    margin: 0px;    
    padding: 8px;
}

.searchSection{
    min-height: 150px; 
    /* background: linear-gradient(180deg, rgba(16, 157, 255, 0) 0%, rgba(5, 111, 185, 0.859375) 99.99%, #0467AD 100%), #007ACF; */
    background-image: url(/bp-search.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover; 
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); 
    padding-left: 8px; 
    padding-right: 8px;
    padding-top: 20px;
    padding-bottom: 20px;    
    margin: 0px;
}

.shadowed {
    mix-blend-mode: normal;
    -webkit-box-shadow:  0px 4px 4px rgba(0, 0, 0, 0.175);
    box-shadow:  0px 4px 4px rgba(0, 0, 0, 0.175);
}

.thumbnail_card {
    display: block;
    padding: 4px;
    margin-bottom: 21px;
    line-height: 1.42857;
    border-radius: 0;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out
}

.tab-header {
    border-bottom: 1px solid #eee;
}

.tab-header-item {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: -1px;
    border-top-left-radius: -1px
}
.tab-header-item-focus {
    border-bottom: 3px solid #358ef3;
}

.label-spacer {
    margin-right: 16px;
}

.maxheight {
    height: 100%;
}

.scrollable{
    overflow-y:auto;   
}

.scrollable th{
    position:fixed;  
}

.table-striped .thead-filled{
    background-color: #ddd;
}

.table-striped-border{
    border: 1px solid #ddd;
}

/* .table-striped tbody tr:nth-of-type(even) {
    background-color: rgba(221, 221, 221, .5);
} */

table.table tr.navigate {
    cursor: pointer;
} 

.table-menu {
    border: 0px solid #ddd;
}

.table-menu-cell {
    border: 0px solid #ddd;
    border-collapse: collapse;
    padding: 5px;
}

.side-menu-item-focus {
    border-bottom: 3px solid #358ef3;
}

.header-underlined {
    border-bottom: 1px solid #ddd;
}

.required {
    font-size: 14px; 
    color:#C73939"
}

.crmEntityFormView .tab-title {
    display: none;
}
 
.crmEntityFormView {
    padding: 25px 0px;
}

.crmEntityFormView .form-custom-actions .form-action-container-left{
    margin-left: 28px;
}

.crmEntityFormView .form-custom-actions .form-action-container-right{
    margin-right: 28px;
}

.crmEntityFormView .actions {
    margin-left: 28px;
    margin-right: 28px;
}

.form-question {
    padding: 0px 28px 5px;
}

.top-spacer {
    margin-top: 20px;
}

.mediasection {
    background-color: #ddd;
    border-radius: 2px;
}

.section-icon{
    display: table-cell;
    vertical-align: middle;
    padding: 10px
}

.section-body{
    display: table-cell;
    vertical-align: top;
    padding: 10px
}

.rating {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center
}

.rating>input {
    display: none
}

.rating>label {
    position: relative;
    width: 1em;
    font-size: 25px;
    /* color: #007acf; */
    cursor: pointer;
}

.rating>label::before {
    content: "\2605";
    position: absolute;
    opacity: 0
}

.rating>label:hover:before,
.rating>label:hover~label:before {
    opacity: 1 !important
}

.rating>input:checked~label:before {
    opacity: 1
}

.rating:hover>input:checked~label:before {
    opacity: 0.4
}

.filled{
    background-color: #ddd;
}

.headerBarButton{
    border: none;
    background-color: transparent;
}

.cardTitle{
    font-weight: 700;
    margin-top: 10px;
}

.cardDescription{
    margin-bottom: 20px;
}

.cardInLineSpacer{
    margin-right: 30px;
}

.cardInLineDisplay{
    display: flex;
}

.cardDisplayRight{
    justify-content: right;
}

.cardTextRight{
    text-align: right;
}

.cardTextItal{
    font-style: italic;
}

.labelSpacer{
    margin-right: 5px;
}

.table>thead>tr>td {
    display: table-cell;
    vertical-align: inherit;
    font-weight: bold;
    text-align: -internal-center;
    unicode-bidi: isolate;
}

.col-md-12{
    word-break: normal;
}
.TCleftDivText{
    word-break: normal;
}